/* Created by : Dino Jouniaux for WebWork
 * Website : pascale-psychologue.fr
 * web-work.fr
 *
 * Copyright 2019
 */

body
{
  margin : 0;
  font-family : "Liberation Serif", "Arial", serif;
  font-size : 100%;
}

/* ------------------------------ DIV */

div#all
{
  margin : 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-content: space-between;
}

div#IE_maj
{
  display : none;
}

div#header
{
  align-items: center;
  flex: 1 1 1;

  background-image:url("../img/fond_b_tr.png");
  background-repeat: repeat-x;
  background-size: contain;
}
div.sm_navbar
{
  display: none;
}
div.sm_button
{
  display : none;
}

div#navbar
{flex: 1;
 display : flex;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;

  background-color : #CFCDFF;
  min-height: 40px;
  border-radius: 20px;
  flex-direction: row;
justify-content : space-between;
padding-left : 10%;
padding-right : 10%;
}

div.navbar_b
{
  border-radius: 20px;
  background-color : #6526FF;
  display : flex;
  width : 20%;
  height : 30px;
  align-items: center;
  justify-content: center;
}

div#body
{
  margin-top: auto;
  margin-bottom: auto;
  font-size : 24px;
  flex: 8 8 8;
}

div#footer
{
  display: flex;
  flex:  1 1 1;
  background-image:url("../img/fond_b_tr_inv.png");
  background-repeat: repeat-x;
  background-size: contain;
  align-content: center;
  justify-content: center;
  max-height: 5vh;
}

/* ------------------------------ Text */

h1.body_h1
{
  font-size : 1.5em;
  font-weight: bold;
  color : #6526FF;
  margin-left: 2%;
}

p.p_navbar
{
  font-size : 1.5em;
  color : #FFFFFF;
}

a.a_header
{
  color : #FFFFFF;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

p.body_p
{
  font-size : 1em;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
}
em.red
{
  color : red;
}
ul.index_list
{
    margin-left: 5%;
    margin-right: 5%;
    list-style: none;
}
li:before
{
    content: "\25CA \0020";
}

p#p_footer
{
  position: relative;
  font-style: italic;
  font-size: 60%;
  text-align: center;
  bottom: 0;
}

/* ------------------------------ Images */

img#logo
{
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

  max-width: 200px;
}

img.images
{display: block;
  max-width:50%;
  margin-left: auto;
  margin-right: auto;
}

img.small
{
  width: 1em;
}

iframe
{
  width : 600px;
  height: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
